projects
/
starpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f331a36
)
qt5
author
Samuel Thibault
<sthibault@debian.org>
Sat, 23 Feb 2019 10:03:38 +0000
(11:03 +0100)
committer
Samuel Thibault
<sthibault@debian.org>
Sat, 23 Feb 2019 10:03:38 +0000
(11:03 +0100)
Gbp-Pq: Name qt5
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 7f748856fda11f7faf4fbf8eb94c9481179a0cdd..0cf26515f34a1aec525b2d25b3634f683daf411e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2096,7
+2096,7
@@
AC_MSG_CHECKING(for StarPU-Top)
if test "x$enable_starpu_top" != "xno" ; then
can_build_starpu_top=no
- AC_PATH_PROGS([QMAKE], [qmake
-qt4 qmake
], [not-found])
+ AC_PATH_PROGS([QMAKE], [qmake], [not-found])
if test x$QMAKE != xnot-found; then
QMAKE_VERSION=`$QMAKE --version 2>&1 | head -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 3`
QT_VERSION=`$QMAKE --version 2>&1 | tail -n 1 | cut -d '.' -f 1 | cut -d ' ' -f 4`